home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / 43seconds.swf / scripts / frame_1 / DoAction_2.as next >
Encoding:
Text File  |  2007-09-28  |  240 b   |  15 lines

  1. function gobaby()
  2. {
  3.    if(timer_int < 1)
  4.    {
  5.       clearInterval(_root.timer_id);
  6.       _root.gotoAndStop(4);
  7.    }
  8.    else
  9.    {
  10.       timer_int--;
  11.       _root.timeleft_mc.text_timer_mc.text = timer_int;
  12.    }
  13. }
  14. var timer_int;
  15.